home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / lisp / eulisp / you-075a.lha / you-075a / sockets.h < prev    next >
C/C++ Source or Header  |  1992-06-18  |  93b  |  8 lines

  1. #ifdef WITH_SOCKETS
  2.  
  3. #include "sio.h"
  4.  
  5. extern void initialise_sockets(LispObject *);
  6.  
  7. #endif
  8.